Fix repeated words.
authorGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 30 Jan 2015 13:38:52 +0000 (14:38 +0100)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 30 Jan 2015 14:27:36 +0000 (15:27 +0100)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
TODO
src/libostree/ostree-lzma-compressor.c

diff --git a/TODO b/TODO
index 11f47b5621aee0f105524c55b81dcbede973cae9..5292ed481045bee875ec9f3adfc9d9f835d61b75 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,7 +8,7 @@
 
 * ostree-commit: multithreaded/async (basically compute sha256 in parallel)
   - Also speed up devino cache by having a big mmappable file that maps from
-    (device, inode) -> checksum.  We need to keep the cache up to to date;
+    (device, inode) -> checksum.  We need to keep the cache up to date;
     investigate something like http://www.sqlite.org/wal.html for having
     a shared file.
 
index c93d10869adf921b1e691e6b72bca1b2e0de630c..ce429f99f238a486a9b9fd436fe615e7ef6fc0ef 100644 (file)
@@ -34,7 +34,7 @@ enum {
  * SECTION:ostree-lzma-compressor
  * @short_description: LZMA compressor
  *
- * An an implementation of #GConverter that compresses data using
+ * An implementation of #GConverter that compresses data using
  * LZMA.
  */